home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Sound / Audiomaster2k / rexx / sampletype.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  2001-03-10  |  179 b   |  15 lines

  1. /* audiomaster rexx example: shows sample information */
  2.  
  3.   options RESULTS
  4.  
  5.   address 'AUDIOMASTER.1'
  6.  
  7.   LOAD 'DH2:daten/samples/countdown.wav'
  8.  
  9.   GETMODE
  10.  
  11.   say RESULT
  12.  
  13.   exit
  14.  
  15.